Skip to content

Conversation

@phipag
Copy link
Contributor

@phipag phipag commented Oct 31, 2025

Summary

Some AWS Events still use Joda time. We need to add the Joda time Jackson module to be able to serialize them as valid json during @Logging(logEvent = true). Additionally, it is needed to be able to extract correlation IDs from these events.

This PR adds the Joda time module to powertools-serialization which is used across the library (e.g. in Logging) for all serialization purposes.

Changes

Issue number: #2251


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Disclaimer: We value your time and bandwidth. As such, any pull requests created on non-triaged issues might not be successful.

@phipag phipag self-assigned this Oct 31, 2025
@phipag phipag added the bug Something isn't working label Oct 31, 2025
@phipag phipag moved this to Pending review in Powertools for AWS Lambda (Java) Oct 31, 2025
@sonarqubecloud
Copy link

@phipag phipag requested a review from hjgraca October 31, 2025 10:37
@phipag phipag linked an issue Oct 31, 2025 that may be closed by this pull request
@phipag phipag merged commit e1dbd95 into main Oct 31, 2025
15 checks passed
@phipag phipag deleted the phipag/issue2251 branch October 31, 2025 10:40
@github-project-automation github-project-automation bot moved this from Pending review to Coming soon in Powertools for AWS Lambda (Java) Oct 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working serialization size/L

Projects

Status: Coming soon

Development

Successfully merging this pull request may close these issues.

Bug: Jackson Joda time needed for some AWS events

2 participants